projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
971f4fa
)
Fixup recent rmail patch
author
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 15 Feb 2017 15:47:27 +0000
(07:47 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 15 Feb 2017 15:48:30 +0000
(07:48 -0800)
* lisp/mail/rmail.el (rmail-epa-decrypt): Remove unused local.
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index 55543f251d627d84cdeba6952c6b06cb15c05d28..aeaba5862fc6c505ea46bff2aeb53a97c2eec88b 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-4634,8
+4634,7
@@
Argument MIME is non-nil if this is a mime message."
(when (y-or-n-p "Replace the original message? ")
(setq decrypts (nreverse decrypts))
(let ((beg (rmail-msgbeg rmail-current-message))
- (end (rmail-msgend rmail-current-message))
- (from-buffer (current-buffer)))
+ (end (rmail-msgend rmail-current-message)))
(with-current-buffer rmail-view-buffer
(narrow-to-region beg end)
(goto-char (point-min))